home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TACTIONSETUP / TACTIONSETUP.txt
Text File  |  2004-10-12  |  31KB  |  1,292 lines

  1. object ActionSetup: TActionSetup
  2.   Left = 281
  3.   Top = 164
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 4
  7.   Caption = 'ActionSetup'
  8.   ClientHeight = 415
  9.   ClientWidth = 396
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Book: TPageControl
  25.     Left = 0
  26.     Top = 0
  27.     Width = 396
  28.     Height = 377
  29.     ActivePage = tsTemplate
  30.     Align = alTop
  31.     TabOrder = 0
  32.     TabStop = False
  33.     object tsFolder: TTabSheet
  34.       Caption = 'Folder'
  35.       TabVisible = False
  36.       object lFolders: TLabel
  37.         Left = 8
  38.         Top = 88
  39.         Width = 37
  40.         Height = 13
  41.         Caption = '&Folders:'
  42.         FocusControl = mlFolders
  43.       end
  44.       object lFolder: TLabel
  45.         Left = 8
  46.         Top = 16
  47.         Width = 85
  48.         Height = 13
  49.         Caption = '&Destination folder:'
  50.         FocusControl = eFolder
  51.       end
  52.       object mlFolders: TMLVGrid
  53.         Left = 8
  54.         Top = 104
  55.         Width = 305
  56.         Height = 201
  57.         ColCount = 1
  58.         DefaultRowHeight = 16
  59.         DefaultDrawing = False
  60.         FixedCols = 0
  61.         RowCount = 1
  62.         FixedRows = 0
  63.         Options = [goThumbTracking]
  64.         TabOrder = 2
  65.         AltDrag = True
  66.         AutoColResize = True
  67.         AutoSearch = True
  68.         MultiSelect = False
  69.         OnFocusItem = mlFoldersFocusItem
  70.         ImmediateSelect = False
  71.         OnDrawItemImage = mlFoldersDrawItemImage
  72.       end
  73.       object eFolder: TEdit
  74.         Left = 8
  75.         Top = 32
  76.         Width = 305
  77.         Height = 21
  78.         TabOrder = 0
  79.       end
  80.       object cbFolderAutoCreate: TCheckBox
  81.         Left = 8
  82.         Top = 56
  83.         Width = 305
  84.         Height = 17
  85.         Caption = '&Automatically create if necessary'
  86.         TabOrder = 1
  87.       end
  88.       object cbCopyRead: TCheckBox
  89.         Left = 8
  90.         Top = 320
  91.         Width = 305
  92.         Height = 17
  93.         Caption = '&Mark the copy as read'
  94.         TabOrder = 3
  95.       end
  96.     end
  97.     object tsAddAddr: TTabSheet
  98.       Caption = 'Add Address'
  99.       TabVisible = False
  100.       object lAddGroups: TLabel
  101.         Left = 8
  102.         Top = 136
  103.         Width = 149
  104.         Height = 13
  105.         Caption = 'Add addresses to these groups:'
  106.       end
  107.       object gbAddAddr: TGroupBox
  108.         Left = 8
  109.         Top = 16
  110.         Width = 345
  111.         Height = 105
  112.         Caption = 'Header fields to add addresses from'
  113.         TabOrder = 0
  114.         object cbAddFrom: TCheckBox
  115.           Left = 16
  116.           Top = 24
  117.           Width = 145
  118.           Height = 17
  119.           Caption = '&From'
  120.           TabOrder = 0
  121.         end
  122.         object cbAddReplyTo: TCheckBox
  123.           Left = 16
  124.           Top = 48
  125.           Width = 145
  126.           Height = 17
  127.           Caption = '&Reply-To'
  128.           TabOrder = 1
  129.         end
  130.         object cbAddTo: TCheckBox
  131.           Left = 176
  132.           Top = 24
  133.           Width = 161
  134.           Height = 17
  135.           Caption = '&To'
  136.           TabOrder = 2
  137.         end
  138.         object cbAddCC: TCheckBox
  139.           Left = 176
  140.           Top = 48
  141.           Width = 161
  142.           Height = 17
  143.           Caption = '&Carbon Copy (CC)'
  144.           TabOrder = 3
  145.         end
  146.         object cbAddBCC: TCheckBox
  147.           Left = 176
  148.           Top = 72
  149.           Width = 161
  150.           Height = 17
  151.           Caption = '&Blind Carbon Copy (BCC)'
  152.           TabOrder = 4
  153.         end
  154.       end
  155.       object eAddGroups: TEdit
  156.         Left = 8
  157.         Top = 152
  158.         Width = 305
  159.         Height = 21
  160.         TabOrder = 1
  161.       end
  162.       object bAddGroups: TButton
  163.         Left = 320
  164.         Top = 150
  165.         Width = 27
  166.         Height = 25
  167.         Caption = '...'
  168.         TabOrder = 2
  169.         OnClick = bAddGroupsClick
  170.       end
  171.     end
  172.     object tsDelAddr: TTabSheet
  173.       Caption = 'Delete Address'
  174.       TabVisible = False
  175.       object lDelGrpAdd: TLabel
  176.         Left = 58
  177.         Top = 242
  178.         Width = 3
  179.         Height = 13
  180.         Enabled = False
  181.       end
  182.       object eDelGroups: TEdit
  183.         Left = 40
  184.         Top = 184
  185.         Width = 273
  186.         Height = 21
  187.         Enabled = False
  188.         TabOrder = 3
  189.       end
  190.       object gbDelAddr: TGroupBox
  191.         Left = 8
  192.         Top = 16
  193.         Width = 345
  194.         Height = 105
  195.         Caption = 'Addresses are taken from'
  196.         TabOrder = 0
  197.         object cbDelFrom: TCheckBox
  198.           Left = 16
  199.           Top = 24
  200.           Width = 145
  201.           Height = 17
  202.           Caption = '&From'
  203.           TabOrder = 0
  204.         end
  205.         object cbDelReplyTo: TCheckBox
  206.           Left = 16
  207.           Top = 48
  208.           Width = 145
  209.           Height = 17
  210.           Caption = '&Reply-To'
  211.           TabOrder = 1
  212.         end
  213.         object cbDelTo: TCheckBox
  214.           Left = 176
  215.           Top = 24
  216.           Width = 161
  217.           Height = 17
  218.           Caption = '&To'
  219.           TabOrder = 2
  220.         end
  221.         object cbDelCC: TCheckBox
  222.           Left = 176
  223.           Top = 48
  224.           Width = 161
  225.           Height = 17
  226.           Caption = '&Carbon Copy (CC)'
  227.           TabOrder = 3
  228.         end
  229.         object cbDelBCC: TCheckBox
  230.           Left = 176
  231.           Top = 72
  232.           Width = 161
  233.           Height = 17
  234.           Caption = '&Blind Carbon Copy (BCC)'
  235.           TabOrder = 4
  236.         end
  237.       end
  238.       object bDelGroups: TButton
  239.         Left = 320
  240.         Top = 182
  241.         Width = 27
  242.         Height = 25
  243.         Caption = '...'
  244.         Enabled = False
  245.         TabOrder = 4
  246.         OnClick = bAddGroupsClick
  247.       end
  248.       object cbDelCompletely: TRadioButton
  249.         Left = 16
  250.         Top = 136
  251.         Width = 321
  252.         Height = 17
  253.         Caption = 'Delete address(es) completely'
  254.         TabOrder = 1
  255.         OnClick = cbDelCompletelyClick
  256.       end
  257.       object cbDelFromGroups: TRadioButton
  258.         Left = 16
  259.         Top = 160
  260.         Width = 329
  261.         Height = 17
  262.         Caption = 'Only delete from these groups:'
  263.         TabOrder = 2
  264.         OnClick = cbDelCompletelyClick
  265.       end
  266.       object cbDelGroupsCompletely: TCheckBox
  267.         Left = 40
  268.         Top = 216
  269.         Width = 313
  270.         Height = 17
  271.         Caption = 'Delete completely if the address is removed from all groups'
  272.         Enabled = False
  273.         TabOrder = 5
  274.       end
  275.     end
  276.     object tsTemplate: TTabSheet
  277.       Caption = 'Template'
  278.       TabVisible = False
  279.       object pnTplHolder: TPanel
  280.         Left = 8
  281.         Top = 16
  282.         Width = 369
  283.         Height = 305
  284.         BevelOuter = bvNone
  285.         TabOrder = 0
  286.         object TplBook: TNotebook
  287.           Left = 0
  288.           Top = 0
  289.           Width = 369
  290.           Height = 117
  291.           Align = alTop
  292.           TabOrder = 0
  293.           object TPage
  294.             Left = 0
  295.             Top = 0
  296.             Caption = 'Default'
  297.             object lNewAddr: TLabel
  298.               Left = 0
  299.               Top = 0
  300.               Width = 126
  301.               Height = 13
  302.               Caption = '&Create a new message for:'
  303.               FocusControl = eNewAddr
  304.             end
  305.             object bNewAddr: TButton
  306.               Tag = 1
  307.               Left = 336
  308.               Top = 14
  309.               Width = 27
  310.               Height = 25
  311.               Caption = '...'
  312.               TabOrder = 0
  313.               OnClick = bFwdAddrClick
  314.             end
  315.             object eNewAddr: TEdit
  316.               Tag = 1
  317.               Left = 0
  318.               Top = 16
  319.               Width = 329
  320.               Height = 21
  321.               TabOrder = 1
  322.             end
  323.           end
  324.           object TPage
  325.             Left = 0
  326.             Top = 0
  327.             Caption = 'Forward'
  328.             object lFwdAddr: TLabel
  329.               Left = 0
  330.               Top = 0
  331.               Width = 98
  332.               Height = 13
  333.               Caption = '&Forward message to:'
  334.               FocusControl = eFwdAddr
  335.             end
  336.             object eFwdAddr: TEdit
  337.               Left = 0
  338.               Top = 16
  339.               Width = 329
  340.               Height = 21
  341.               TabOrder = 0
  342.             end
  343.             object bFwdAddr: TButton
  344.               Left = 336
  345.               Top = 14
  346.               Width = 27
  347.               Height = 25
  348.               Caption = '...'
  349.               TabOrder = 1
  350.               OnClick = bFwdAddrClick
  351.             end
  352.             object cbFwdHeaders: TCheckBox
  353.               Left = 0
  354.               Top = 40
  355.               Width = 329
  356.               Height = 17
  357.               Caption = '&Include message (RFC 822) headers'
  358.               TabOrder = 2
  359.             end
  360.             object cbFwdMIME: TCheckBox
  361.               Left = 0
  362.               Top = 80
  363.               Width = 329
  364.               Height = 17
  365.               Caption = '&Always use MIME envelope  for the original message'
  366.               TabOrder = 4
  367.             end
  368.             object cbFwdNoAttach: TCheckBox
  369.               Left = 0
  370.               Top = 60
  371.               Width = 329
  372.               Height = 17
  373.               Caption = '&Do not include attachments'
  374.               TabOrder = 3
  375.             end
  376.           end
  377.           object TPage
  378.             Left = 0
  379.             Top = 0
  380.             Caption = 'New message'
  381.             object lCreateMsg: TLabel
  382.               Left = 0
  383.               Top = 0
  384.               Width = 139
  385.               Height = 13
  386.               Caption = '&Create new message in folder'
  387.               FocusControl = eNewMsgFolder
  388.             end
  389.             object bNewMsgAddr: TButton
  390.               Left = 336
  391.               Top = 14
  392.               Width = 27
  393.               Height = 25
  394.               Caption = '...'
  395.               TabOrder = 1
  396.               OnClick = bNewMsgAddrClick
  397.             end
  398.             object cbNewMsgAutoCreate: TCheckBox
  399.               Left = 0
  400.               Top = 40
  401.               Width = 361
  402.               Height = 17
  403.               Caption = '&Automatically create the destination folder if necessary'
  404.               TabOrder = 2
  405.             end
  406.             object cbNewMsgStripHeader: TCheckBox
  407.               Left = 0
  408.               Top = 60
  409.               Width = 361
  410.               Height = 17
  411.               Caption = '&Do not preserve header of the original message '
  412.               TabOrder = 3
  413.             end
  414.             object cbNewMsgNoAttach: TCheckBox
  415.               Left = 0
  416.               Top = 80
  417.               Width = 361
  418.               Height = 17
  419.               Caption = '&Strip the original message'#39's attachments'
  420.               TabOrder = 4
  421.             end
  422.             object eNewMsgFolder: TEdit
  423.               Left = 4
  424.               Top = 16
  425.               Width = 329
  426.               Height = 21
  427.               TabOrder = 0
  428.             end
  429.             object cbNewMsgRead: TCheckBox
  430.               Left = 0
  431.               Top = 100
  432.               Width = 361
  433.               Height = 17
  434.               Caption = '&Mark the created message as read'
  435.               TabOrder = 5
  436.             end
  437.           end
  438.         end
  439.         object pnTplEdit: TPanel
  440.           Left = 0
  441.           Top = 117
  442.           Width = 369
  443.           Height = 188
  444.           Align = alClient
  445.           BevelOuter = bvNone
  446.           TabOrder = 1
  447.           object pnTplLabel: TPanel
  448.             Left = 0
  449.             Top = 0
  450.             Width = 369
  451.             Height = 25
  452.             Align = alTop
  453.             BevelOuter = bvNone
  454.             TabOrder = 0
  455.             object lTemplate: TLabel
  456.               Left = 0
  457.               Top = 8
  458.               Width = 47
  459.               Height = 13
  460.               Caption = '&Template:'
  461.             end
  462.           end
  463.           object pnEdit: TPanel
  464.             Left = 0
  465.             Top = 25
  466.             Width = 369
  467.             Height = 163
  468.             Align = alClient
  469.             BevelOuter = bvLowered
  470.             TabOrder = 1
  471.             object eTemplate: TTextEditor
  472.               Left = 1
  473.               Top = 1
  474.               Width = 367
  475.               Height = 161
  476.               BgColor = clBlack
  477.               TextColor = clBlack
  478.               SelColor = clBlack
  479.               SelBgColor = clBlack
  480.               QuoteColor = clBlack
  481.               RefColor = clBlack
  482.               Kludge1Color = clBlack
  483.               Kludge2Color = clBlack
  484.               Kludge3Color = clBlack
  485.               ReadOnly = False
  486.               FontCharset = 1
  487.               TabOrder = 0
  488.               Font.Charset = DEFAULT_CHARSET
  489.               Font.Color = clWindowText
  490.               Font.Height = -11
  491.               Font.Name = 'MS Sans Serif'
  492.               Font.Pitch = fpFixed
  493.               Font.Style = []
  494.               Align = alClient
  495.               PopupMenu = mPop
  496.             end
  497.           end
  498.         end
  499.       end
  500.     end
  501.     object tsRedirect: TTabSheet
  502.       Caption = 'Redirect'
  503.       TabVisible = False
  504.       object lRedirectAddr: TLabel
  505.         Left = 16
  506.         Top = 16
  507.         Width = 100
  508.         Height = 13
  509.         Caption = '&Redirect message to:'
  510.         FocusControl = eRedirectAddr
  511.       end
  512.       object eRedirectAddr: TEdit
  513.         Tag = 2
  514.         Left = 16
  515.         Top = 32
  516.         Width = 329
  517.         Height = 21
  518.         TabOrder = 0
  519.       end
  520.       object bRedirectAddr: TButton
  521.         Tag = 2
  522.         Left = 352
  523.         Top = 30
  524.         Width = 27
  525.         Height = 25
  526.         Caption = '...'
  527.         TabOrder = 1
  528.         OnClick = bFwdAddrClick
  529.       end
  530.       object cbRedirectNoAttach: TCheckBox
  531.         Left = 16
  532.         Top = 64
  533.         Width = 329
  534.         Height = 17
  535.         Caption = '&Do not include attachments '
  536.         TabOrder = 2
  537.       end
  538.     end
  539.     object tsExport: TTabSheet
  540.       Caption = 'Export'
  541.       TabVisible = False
  542.       object lExportFile: TLabel
  543.         Left = 16
  544.         Top = 16
  545.         Width = 106
  546.         Height = 13
  547.         Caption = '&Export message to file:'
  548.         FocusControl = eExportFile
  549.       end
  550.       object eExportFile: TEdit
  551.         Left = 16
  552.         Top = 32
  553.         Width = 289
  554.         Height = 21
  555.         TabOrder = 0
  556.       end
  557.       object bExportFile: TButton
  558.         Left = 312
  559.         Top = 30
  560.         Width = 27
  561.         Height = 25
  562.         Caption = '...'
  563.         TabOrder = 1
  564.         OnClick = bExportFileClick
  565.       end
  566.       object GroupBox1: TGroupBox
  567.         Left = 16
  568.         Top = 64
  569.         Width = 321
  570.         Height = 129
  571.         Caption = 'Export format'
  572.         TabOrder = 2
  573.         object cbExportText: TRadioButton
  574.           Left = 8
  575.           Top = 24
  576.           Width = 209
  577.           Height = 17
  578.           Caption = '&Plain text'
  579.           Checked = True
  580.           TabOrder = 0
  581.           TabStop = True
  582.           OnClick = cbExportTextClick
  583.         end
  584.         object bExportTpl: TButton
  585.           Left = 224
  586.           Top = 20
  587.           Width = 91
  588.           Height = 25
  589.           Caption = '&Template...'
  590.           TabOrder = 1
  591.           OnClick = bExportTplClick
  592.         end
  593.         object cbExportRFC: TRadioButton
  594.           Tag = 1
  595.           Left = 8
  596.           Top = 72
  597.           Width = 289
  598.           Height = 17
  599.           Caption = '&RFC 822 message (.MSG/.EML, plain text)'
  600.           TabOrder = 3
  601.           OnClick = cbExportTextClick
  602.         end
  603.         object cbExportUNIX: TRadioButton
  604.           Left = 8
  605.           Top = 96
  606.           Width = 297
  607.           Height = 17
  608.           Caption = '&Unix mailbox (lines delimited by LF)'
  609.           TabOrder = 4
  610.           OnClick = cbExportTextClick
  611.         end
  612.         object cbExportHeaders: TCheckBox
  613.           Left = 24
  614.           Top = 46
  615.           Width = 217
  616.           Height = 17
  617.           Caption = '&Include message headers'
  618.           TabOrder = 2
  619.         end
  620.       end
  621.       object cbExportExists: TRadioGroup
  622.         Left = 16
  623.         Top = 200
  624.         Width = 321
  625.         Height = 73
  626.         Caption = 'When the destination file exists'
  627.         Items.Strings = (
  628.           'O&verwrite the existing file'
  629.           '&Append to the existing file'
  630.           '&Increment the file name')
  631.         TabOrder = 3
  632.         OnClick = cbExportExistsClick
  633.       end
  634.     end
  635.     object tsExternal: TTabSheet
  636.       Caption = 'External'
  637.       TabVisible = False
  638.       object lCmdLine: TLabel
  639.         Left = 16
  640.         Top = 16
  641.         Width = 69
  642.         Height = 13
  643.         Caption = '&Command line:'
  644.         FocusControl = eCmdLine
  645.       end
  646.       object lRunImport: TLabel
  647.         Left = 50
  648.         Top = 152
  649.         Width = 142
  650.         Height = 13
  651.         Caption = 'if the process finishes normally'
  652.         Enabled = False
  653.       end
  654.       object lRunImportFolder: TLabel
  655.         Left = 48
  656.         Top = 176
  657.         Width = 85
  658.         Height = 13
  659.         Caption = '&Destination folder:'
  660.         Enabled = False
  661.         FocusControl = eRunImportFolder
  662.       end
  663.       object lExternalNote: TLabel
  664.         Left = 16
  665.         Top = 249
  666.         Width = 329
  667.         Height = 56
  668.         AutoSize = False
  669.         Caption = 
  670.           '(Use %1 parameter to specify the file name containing the messag' +
  671.           'e in RFC-822 format. It is also possible to use template macros ' +
  672.           'like %FROM,%TOLIST etc. to pass message properties as parameters' +
  673.           ')'
  674.         WordWrap = True
  675.       end
  676.       object eCmdLine: TEdit
  677.         Left = 16
  678.         Top = 32
  679.         Width = 297
  680.         Height = 21
  681.         TabOrder = 0
  682.       end
  683.       object bExternal: TButton
  684.         Left = 320
  685.         Top = 30
  686.         Width = 27
  687.         Height = 25
  688.         Caption = '...'
  689.         TabOrder = 1
  690.         OnClick = bExternalClick
  691.       end
  692.       object cbRunHidden: TCheckBox
  693.         Left = 16
  694.         Top = 64
  695.         Width = 329
  696.         Height = 17
  697.         Caption = '&Hide the process'
  698.         TabOrder = 2
  699.       end
  700.       object cbRunWait: TCheckBox
  701.         Left = 16
  702.         Top = 112
  703.         Width = 329
  704.         Height = 17
  705.         Caption = '&Wait for completion'
  706.         TabOrder = 3
  707.         OnClick = cbRunWaitClick
  708.       end
  709.       object cbRunStdIn: TCheckBox
  710.         Left = 16
  711.         Top = 88
  712.         Width = 329
  713.         Height = 17
  714.         Caption = '&Pass the message as the input stream (stdin)'
  715.         TabOrder = 4
  716.       end
  717.       object cbRunImport: TCheckBox
  718.         Left = 32
  719.         Top = 136
  720.         Width = 313
  721.         Height = 17
  722.         Caption = '&Import the process'#39' stdout as an RFC 822 message'
  723.         Enabled = False
  724.         TabOrder = 5
  725.         OnClick = cbRunWaitClick
  726.       end
  727.       object eRunImportFolder: TEdit
  728.         Tag = 1
  729.         Left = 48
  730.         Top = 192
  731.         Width = 265
  732.         Height = 21
  733.         Enabled = False
  734.         TabOrder = 6
  735.       end
  736.       object bRunImportFolder: TButton
  737.         Tag = 1
  738.         Left = 320
  739.         Top = 190
  740.         Width = 27
  741.         Height = 25
  742.         Caption = '...'
  743.         Enabled = False
  744.         TabOrder = 7
  745.         OnClick = bNewMsgAddrClick
  746.       end
  747.       object cbRunAutoFolder: TCheckBox
  748.         Left = 48
  749.         Top = 216
  750.         Width = 297
  751.         Height = 17
  752.         Caption = '&Automatically create if necessary'
  753.         Enabled = False
  754.         TabOrder = 8
  755.       end
  756.     end
  757.     object tsExtract: TTabSheet
  758.       Caption = 'Extract'
  759.       TabVisible = False
  760.       object Label1: TLabel
  761.         Left = 16
  762.         Top = 16
  763.         Width = 109
  764.         Height = 13
  765.         Caption = '&Extract attachments to:'
  766.         FocusControl = eExtractDir
  767.       end
  768.       object eExtractDir: TEdit
  769.         Left = 16
  770.         Top = 32
  771.         Width = 265
  772.         Height = 21
  773.         TabOrder = 0
  774.       end
  775.       object bExtractDir: TButton
  776.         Left = 288
  777.         Top = 30
  778.         Width = 27
  779.         Height = 25
  780.         Caption = '...'
  781.         TabOrder = 1
  782.         OnClick = bExtractDirClick
  783.       end
  784.       object rgExtractExists: TRadioGroup
  785.         Left = 16
  786.         Top = 64
  787.         Width = 297
  788.         Height = 89
  789.         Caption = 'If a file with the same name exists on destination path'
  790.         Items.Strings = (
  791.           '&Increment file name'
  792.           'O&verwrite the existing file'
  793.           '&Do not extract the new file (ignore)')
  794.         TabOrder = 2
  795.       end
  796.     end
  797.     object tsSound: TTabSheet
  798.       Caption = 'Sound'
  799.       TabVisible = False
  800.       object rbWAV: TRadioButton
  801.         Left = 16
  802.         Top = 16
  803.         Width = 265
  804.         Height = 17
  805.         Caption = 'Play this &WAV file:'
  806.         TabOrder = 0
  807.         OnClick = rbWAVClick
  808.       end
  809.       object eSound: TEdit
  810.         Left = 32
  811.         Top = 40
  812.         Width = 223
  813.         Height = 21
  814.         TabOrder = 1
  815.       end
  816.       object rbSysSound: TRadioButton
  817.         Left = 16
  818.         Top = 72
  819.         Width = 265
  820.         Height = 17
  821.         Caption = 'Play this &System Sound:'
  822.         TabOrder = 3
  823.         OnClick = rbSysSoundClick
  824.       end
  825.       object cbSysSound: TComboBox
  826.         Left = 32
  827.         Top = 88
  828.         Width = 257
  829.         Height = 21
  830.         Style = csDropDownList
  831.         ItemHeight = 13
  832.         TabOrder = 4
  833.         Items.Strings = (
  834.           'Beep using PC Speaker'
  835.           'Default sound'
  836.           'Exclamation sound'
  837.           'Warning sound'
  838.           'Asterisk sound'
  839.           'Question sound')
  840.       end
  841.       object cbSoundTime: TCheckBox
  842.         Left = 16
  843.         Top = 128
  844.         Width = 265
  845.         Height = 17
  846.         Caption = '&Enable sound only within this time interval:'
  847.         TabOrder = 5
  848.         OnClick = cbSoundTimeClick
  849.       end
  850.       object eSoundTime: TTimeIntervalEdit
  851.         Left = 36
  852.         Top = 152
  853.         Width = 121
  854.         Height = 21
  855.         EditMask = '##:##-##:##;1;0'
  856.         MaxLength = 11
  857.         TabOrder = 6
  858.         Text = '  :  -  :  '
  859.       end
  860.       object bSound: TButton
  861.         Left = 264
  862.         Top = 38
  863.         Width = 27
  864.         Height = 25
  865.         Caption = '...'
  866.         TabOrder = 2
  867.         OnClick = bSoundClick
  868.       end
  869.       object cbTestSound: TButton
  870.         Left = 16
  871.         Top = 192
  872.         Width = 273
  873.         Height = 25
  874.         Caption = '&Test sound now!'
  875.         TabOrder = 7
  876.         OnClick = cbTestSoundClick
  877.       end
  878.     end
  879.     object tsColour: TTabSheet
  880.       Caption = 'tsColour'
  881.       ImageIndex = 9
  882.       TabVisible = False
  883.       object lColour: TLabel
  884.         Left = 8
  885.         Top = 8
  886.         Width = 369
  887.         Height = 13
  888.         AutoSize = False
  889.         Caption = 'Select colour group:'
  890.       end
  891.       object cobColour: TComboBox
  892.         Left = 8
  893.         Top = 24
  894.         Width = 373
  895.         Height = 21
  896.         Style = csDropDownList
  897.         ItemHeight = 0
  898.         TabOrder = 0
  899.       end
  900.     end
  901.     object tsPriority: TTabSheet
  902.       Caption = 'tsPriority'
  903.       ImageIndex = 10
  904.       TabVisible = False
  905.       object rgPriority: TRadioGroup
  906.         Left = 8
  907.         Top = 8
  908.         Width = 373
  909.         Height = 97
  910.         Caption = 'Priority:'
  911.         Items.Strings = (
  912.           'Low'
  913.           'Normal'
  914.           'High')
  915.         TabOrder = 0
  916.       end
  917.     end
  918.     object tsUserParam: TTabSheet
  919.       Caption = 'tsUserParam'
  920.       ImageIndex = 11
  921.       TabVisible = False
  922.       object lParamName: TLabel
  923.         Left = 8
  924.         Top = 8
  925.         Width = 80
  926.         Height = 13
  927.         Caption = 'Parameter &name:'
  928.         FocusControl = eParam
  929.       end
  930.       object lParamValue: TLabel
  931.         Left = 8
  932.         Top = 52
  933.         Width = 80
  934.         Height = 13
  935.         Caption = 'Parameter &value:'
  936.         FocusControl = eValue
  937.       end
  938.       object eParam: TEdit
  939.         Left = 8
  940.         Top = 28
  941.         Width = 369
  942.         Height = 21
  943.         TabOrder = 0
  944.       end
  945.       object eValue: TEdit
  946.         Left = 8
  947.         Top = 68
  948.         Width = 369
  949.         Height = 21
  950.         TabOrder = 1
  951.       end
  952.     end
  953.   end
  954.   object pnButtonHolder: TPanel
  955.     Left = 0
  956.     Top = 377
  957.     Width = 396
  958.     Height = 38
  959.     Align = alClient
  960.     BevelOuter = bvNone
  961.     TabOrder = 1
  962.     object pnButtons: TPanel
  963.       Left = 72
  964.       Top = 0
  965.       Width = 324
  966.       Height = 38
  967.       Align = alRight
  968.       BevelOuter = bvNone
  969.       TabOrder = 0
  970.       object bOK: TButton
  971.         Left = 32
  972.         Top = 8
  973.         Width = 91
  974.         Height = 25
  975.         Caption = '&OK'
  976.         Default = True
  977.         ModalResult = 1
  978.         TabOrder = 0
  979.       end
  980.       object bCancel: TButton
  981.         Left = 136
  982.         Top = 8
  983.         Width = 89
  984.         Height = 25
  985.         Cancel = True
  986.         Caption = 'Cancel'
  987.         ModalResult = 2
  988.         TabOrder = 1
  989.       end
  990.       object bHelp: TButton
  991.         Left = 234
  992.         Top = 8
  993.         Width = 89
  994.         Height = 25
  995.         Caption = 'Help'
  996.         Enabled = False
  997.         TabOrder = 2
  998.       end
  999.     end
  1000.     object btnMacros: TButton
  1001.       Left = 0
  1002.       Top = 8
  1003.       Width = 91
  1004.       Height = 25
  1005.       Caption = '&Macros...'
  1006.       TabOrder = 1
  1007.       Visible = False
  1008.       OnClick = btnMacrosClick
  1009.     end
  1010.   end
  1011.   object mPop: TPopupMenu
  1012.     Left = 136
  1013.     Top = 320
  1014.     object mmText: TMenuItem
  1015.       Caption = '&Text'
  1016.     end
  1017.     object mmSender: TMenuItem
  1018.       Caption = '&Sender info'
  1019.     end
  1020.     object mmRece: TMenuItem
  1021.       Caption = '&Recipient info'
  1022.     end
  1023.     object mmDef: TMenuItem
  1024.       Caption = '&Pre-defined fields'
  1025.     end
  1026.     object mmMisc: TMenuItem
  1027.       Caption = '&Miscellaneous'
  1028.     end
  1029.     object N1: TMenuItem
  1030.       Caption = '-'
  1031.     end
  1032.     object mtAttachFile: TMenuItem
  1033.       Caption = '&Attach a file...'
  1034.       ShortCut = 32801
  1035.       OnClick = mtAttachFileClick
  1036.     end
  1037.     object mtInclude: TMenuItem
  1038.       Tag = 1
  1039.       Caption = '&Include template file...'
  1040.       ShortCut = 32813
  1041.       OnClick = mtAttachFileClick
  1042.     end
  1043.     object mtPut: TMenuItem
  1044.       Tag = 2
  1045.       Caption = 'P&ut text file...'
  1046.       OnClick = mtAttachFileClick
  1047.     end
  1048.     object mtfCookie: TMenuItem
  1049.       Tag = 3
  1050.       Caption = '&Cookie from a file...'
  1051.       OnClick = mtAttachFileClick
  1052.     end
  1053.     object mtLanguage: TMenuItem
  1054.       Caption = '&Language'
  1055.       Visible = False
  1056.       object mtlAmericanEnglish: TMenuItem
  1057.         Caption = 'American English'
  1058.         Checked = True
  1059.         GroupIndex = 10
  1060.       end
  1061.       object BritishEnglish1: TMenuItem
  1062.         Tag = 1
  1063.         Caption = 'British English'
  1064.         GroupIndex = 10
  1065.       end
  1066.       object Catalan1: TMenuItem
  1067.         Tag = 2
  1068.         Caption = 'Catalan'
  1069.         GroupIndex = 10
  1070.       end
  1071.       object Czech1: TMenuItem
  1072.         Tag = 3
  1073.         Caption = 'Czech'
  1074.         GroupIndex = 10
  1075.       end
  1076.       object Danish1: TMenuItem
  1077.         Tag = 4
  1078.         Caption = 'Danish'
  1079.         GroupIndex = 10
  1080.       end
  1081.       object Dutch1: TMenuItem
  1082.         Tag = 5
  1083.         Caption = 'Dutch'
  1084.         GroupIndex = 10
  1085.       end
  1086.       object Finnish1: TMenuItem
  1087.         Tag = 6
  1088.         Caption = 'Finnish'
  1089.         GroupIndex = 10
  1090.       end
  1091.       object French1: TMenuItem
  1092.         Tag = 7
  1093.         Caption = 'French'
  1094.         GroupIndex = 10
  1095.       end
  1096.       object German1: TMenuItem
  1097.         Tag = 8
  1098.         Caption = 'German'
  1099.         GroupIndex = 10
  1100.       end
  1101.       object Hungarian1: TMenuItem
  1102.         Tag = 9
  1103.         Caption = 'Hungarian'
  1104.         GroupIndex = 10
  1105.       end
  1106.       object Italian1: TMenuItem
  1107.         Tag = 10
  1108.         Caption = 'Italian'
  1109.         GroupIndex = 10
  1110.       end
  1111.       object NorwegianBokmal1: TMenuItem
  1112.         Tag = 11
  1113.         Caption = 'Norwegian (Bokmal)'
  1114.         GroupIndex = 10
  1115.       end
  1116.       object NorwegianNynorsk1: TMenuItem
  1117.         Tag = 12
  1118.         Caption = 'Norwegian (Nynorsk)'
  1119.         GroupIndex = 10
  1120.       end
  1121.       object Polish1: TMenuItem
  1122.         Tag = 13
  1123.         Caption = 'Polish'
  1124.         GroupIndex = 10
  1125.       end
  1126.       object PortugueseBrazilian1: TMenuItem
  1127.         Tag = 14
  1128.         Caption = 'Portuguese (Brazilian)'
  1129.         GroupIndex = 10
  1130.       end
  1131.       object PortugueseIberian1: TMenuItem
  1132.         Tag = 15
  1133.         Caption = 'Portuguese (Iberian)'
  1134.         GroupIndex = 10
  1135.       end
  1136.       object Russian1: TMenuItem
  1137.         Tag = 16
  1138.         Caption = 'Russian'
  1139.         GroupIndex = 10
  1140.       end
  1141.       object Spanish1: TMenuItem
  1142.         Tag = 17
  1143.         Caption = 'Spanish'
  1144.         GroupIndex = 10
  1145.       end
  1146.       object Swedish1: TMenuItem
  1147.         Tag = 18
  1148.         Caption = 'Swedish'
  1149.         GroupIndex = 10
  1150.       end
  1151.       object N2: TMenuItem
  1152.         Tag = -1
  1153.         Caption = '-'
  1154.         GroupIndex = 10
  1155.       end
  1156.       object AmericanEnglish2: TMenuItem
  1157.         Tag = 19
  1158.         Caption = 'American English'
  1159.         GroupIndex = 10
  1160.       end
  1161.       object AustralianEnglish1: TMenuItem
  1162.         Tag = 20
  1163.         Caption = 'Australian English'
  1164.         GroupIndex = 10
  1165.       end
  1166.       object BritishEnglish2: TMenuItem
  1167.         Tag = 21
  1168.         Caption = 'British English'
  1169.         GroupIndex = 10
  1170.       end
  1171.       object Catalan2: TMenuItem
  1172.         Tag = 22
  1173.         Caption = 'Catalan'
  1174.         GroupIndex = 10
  1175.       end
  1176.       object Czech2: TMenuItem
  1177.         Tag = 23
  1178.         Caption = 'Czech'
  1179.         GroupIndex = 10
  1180.       end
  1181.       object Danish2: TMenuItem
  1182.         Tag = 24
  1183.         Caption = 'Danish'
  1184.         GroupIndex = 10
  1185.       end
  1186.       object Dutch2: TMenuItem
  1187.         Tag = 25
  1188.         Caption = 'Dutch'
  1189.         GroupIndex = 10
  1190.       end
  1191.       object Finnish2: TMenuItem
  1192.         Tag = 26
  1193.         Caption = 'Finnish'
  1194.         GroupIndex = 10
  1195.       end
  1196.       object French2: TMenuItem
  1197.         Tag = 27
  1198.         Caption = 'French'
  1199.         GroupIndex = 10
  1200.       end
  1201.       object FrenchCanadian1: TMenuItem
  1202.         Tag = 28
  1203.         Caption = 'French Canadian'
  1204.         GroupIndex = 10
  1205.       end
  1206.       object German2: TMenuItem
  1207.         Tag = 29
  1208.         Caption = 'German'
  1209.         GroupIndex = 10
  1210.       end
  1211.       object Hungarian2: TMenuItem
  1212.         Tag = 30
  1213.         Caption = 'Hungarian'
  1214.         GroupIndex = 10
  1215.       end
  1216.       object Italian2: TMenuItem
  1217.         Tag = 31
  1218.         Caption = 'Italian'
  1219.         GroupIndex = 10
  1220.       end
  1221.       object NorwegianBokmal2: TMenuItem
  1222.         Tag = 32
  1223.         Caption = 'Norwegian (Bokmal)'
  1224.         GroupIndex = 10
  1225.       end
  1226.       object NorwegianNynorsk2: TMenuItem
  1227.         Tag = 33
  1228.         Caption = 'Norwegian (Nynorsk)'
  1229.         GroupIndex = 10
  1230.       end
  1231.       object Polish2: TMenuItem
  1232.         Tag = 34
  1233.         Caption = 'Polish'
  1234.         GroupIndex = 10
  1235.       end
  1236.       object PortugueseBrazilian2: TMenuItem
  1237.         Tag = 35
  1238.         Caption = 'Portuguese (Brazilian)'
  1239.         GroupIndex = 10
  1240.       end
  1241.       object PortugueseIberian2: TMenuItem
  1242.         Tag = 36
  1243.         Caption = 'Portuguese (Iberian)'
  1244.         GroupIndex = 10
  1245.       end
  1246.       object Russian2: TMenuItem
  1247.         Tag = 37
  1248.         Caption = 'Russian'
  1249.         GroupIndex = 10
  1250.       end
  1251.       object Spanish2: TMenuItem
  1252.         Tag = 38
  1253.         Caption = 'Spanish'
  1254.         GroupIndex = 10
  1255.       end
  1256.       object Swedish2: TMenuItem
  1257.         Tag = 39
  1258.         Caption = 'Swedish'
  1259.         GroupIndex = 10
  1260.       end
  1261.     end
  1262.     object Popup1: TMenuItem
  1263.       Caption = 'Popup'
  1264.       ShortCut = 32889
  1265.       Visible = False
  1266.     end
  1267.     object N3: TMenuItem
  1268.       Caption = '-'
  1269.     end
  1270.     object Cut1: TMenuItem
  1271.       Caption = 'Cut'
  1272.       ShortCut = 16472
  1273.       OnClick = Cut1Click
  1274.     end
  1275.     object Copy1: TMenuItem
  1276.       Caption = 'Copy'
  1277.       ShortCut = 16451
  1278.       OnClick = Copy1Click
  1279.     end
  1280.     object Paste1: TMenuItem
  1281.       Caption = 'Paste'
  1282.       ShortCut = 16470
  1283.       OnClick = Paste1Click
  1284.     end
  1285.     object SelectAll1: TMenuItem
  1286.       Caption = 'Select All'
  1287.       ShortCut = 16449
  1288.       OnClick = SelectAll1Click
  1289.     end
  1290.   end
  1291. end
  1292.